PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFMatrix Class / rotatedMatrix Method
Rotation angle in degrees.
In This Topic
    rotatedMatrix Method
    In This Topic
    Creates a matrix with a rotation as the initial value.
    Syntax
    public static PDFMatrix rotatedMatrix( 
       double angle
    )

    Parameters

    angle
    Rotation angle in degrees.

    Return Value

    The matrix.
    See Also